home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Kompresni & kodovaci programy / ucl-0.91 / examples / Makefile.in < prev    next >
Makefile  |  2000-04-19  |  9KB  |  332 lines

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13. #
  14. # Copyright (C) 1996-2000 Markus F.X.J. Oberhumer
  15. #
  16.  
  17.  
  18. SHELL = @SHELL@
  19.  
  20. srcdir = @srcdir@
  21. top_srcdir = @top_srcdir@
  22. VPATH = @srcdir@
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25.  
  26. bindir = @bindir@
  27. sbindir = @sbindir@
  28. libexecdir = @libexecdir@
  29. datadir = @datadir@
  30. sysconfdir = @sysconfdir@
  31. sharedstatedir = @sharedstatedir@
  32. localstatedir = @localstatedir@
  33. libdir = @libdir@
  34. infodir = @infodir@
  35. mandir = @mandir@
  36. includedir = @includedir@
  37. oldincludedir = /usr/include
  38.  
  39. DESTDIR =
  40.  
  41. pkgdatadir = $(datadir)/@PACKAGE@
  42. pkglibdir = $(libdir)/@PACKAGE@
  43. pkgincludedir = $(includedir)/@PACKAGE@
  44.  
  45. top_builddir = ..
  46.  
  47. ACLOCAL = @ACLOCAL@
  48. AUTOCONF = @AUTOCONF@
  49. AUTOMAKE = @AUTOMAKE@
  50. AUTOHEADER = @AUTOHEADER@
  51.  
  52. INSTALL = @INSTALL@
  53. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  54. INSTALL_DATA = @INSTALL_DATA@
  55. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  56. transform = @program_transform_name@
  57.  
  58. NORMAL_INSTALL = :
  59. PRE_INSTALL = :
  60. POST_INSTALL = :
  61. NORMAL_UNINSTALL = :
  62. PRE_UNINSTALL = :
  63. POST_UNINSTALL = :
  64. host_alias = @host_alias@
  65. host_triplet = @host@
  66. AS = @AS@
  67. ASFLAGS = @ASFLAGS@
  68. CC = @CC@
  69. CFLAGS_O = @CFLAGS_O@
  70. CFLAGS_W = @CFLAGS_W@
  71. CFLAGS_W_PEDANTIC = @CFLAGS_W_PEDANTIC@
  72. CLEANFILES = @CLEANFILES@
  73. CPP = @CPP@
  74. DLLTOOL = @DLLTOOL@
  75. EXEEXT = @EXEEXT@
  76. LIBTOOL = @LIBTOOL@
  77. LN_S = @LN_S@
  78. MAINT = @MAINT@
  79. MAKEINFO = @MAKEINFO@
  80. MOSTLYCLEANFILES = @MOSTLYCLEANFILES@
  81. NASM = @NASM@
  82. OBJDUMP = @OBJDUMP@
  83. PACKAGE = @PACKAGE@
  84. RANLIB = @RANLIB@
  85. UCL_CFLAGS = @UCL_CFLAGS@
  86. VERSION = @VERSION@
  87. libucl = @libucl@
  88.  
  89. INCLUDES = -I$(top_srcdir)/include
  90. CFLAGS = @CFLAGS@ $(CFLAGS_O) $(CFLAGS_W)
  91.  
  92. noinst_PROGRAMS = simple uclpack
  93.  
  94. LDADD = $(libucl)
  95. simple_DEPENDENCIES = $(libucl)
  96. uclpack_DEPENDENCIES = $(libucl)
  97.  
  98. EXTRA_DIST = lutil.h
  99. mkinstalldirs = $(SHELL) $(top_srcdir)/acconfig/mkinstalldirs
  100. CONFIG_HEADER = ../config.h
  101. CONFIG_CLEAN_FILES = 
  102. noinst_PROGRAMS =  simple$(EXEEXT) uclpack$(EXEEXT)
  103. PROGRAMS =  $(noinst_PROGRAMS)
  104.  
  105.  
  106. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  107. CPPFLAGS = @CPPFLAGS@
  108. LDFLAGS = @LDFLAGS@
  109. LIBS = @LIBS@
  110. simple_SOURCES = simple.c
  111. simple_OBJECTS =  simple.o
  112. simple_LDADD = $(LDADD)
  113. simple_LDFLAGS = 
  114. uclpack_SOURCES = uclpack.c
  115. uclpack_OBJECTS =  uclpack.o
  116. uclpack_LDADD = $(LDADD)
  117. uclpack_LDFLAGS = 
  118. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  119. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  120. CCLD = $(CC)
  121. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  122. DIST_COMMON =  Makefile.am Makefile.in
  123.  
  124.  
  125. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  126.  
  127. TAR = tar
  128. GZIP_ENV = --best
  129. SOURCES = simple.c uclpack.c
  130. OBJECTS = simple.o uclpack.o
  131.  
  132. all: all-redirect
  133. .SUFFIXES:
  134. .SUFFIXES: .S .c .lo .o .s
  135. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  136.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps examples/Makefile
  137.  
  138. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  139.     cd $(top_builddir) \
  140.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  141.  
  142.  
  143. mostlyclean-noinstPROGRAMS:
  144.  
  145. clean-noinstPROGRAMS:
  146.     -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  147.  
  148. distclean-noinstPROGRAMS:
  149.  
  150. maintainer-clean-noinstPROGRAMS:
  151.  
  152. .c.o:
  153.     $(COMPILE) -c $<
  154.  
  155. .s.o:
  156.     $(COMPILE) -c $<
  157.  
  158. .S.o:
  159.     $(COMPILE) -c $<
  160.  
  161. mostlyclean-compile:
  162.     -rm -f *.o core *.core
  163.  
  164. clean-compile:
  165.  
  166. distclean-compile:
  167.     -rm -f *.tab.c
  168.  
  169. maintainer-clean-compile:
  170.  
  171. .c.lo:
  172.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  173.  
  174. .s.lo:
  175.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  176.  
  177. .S.lo:
  178.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  179.  
  180. mostlyclean-libtool:
  181.     -rm -f *.lo
  182.  
  183. clean-libtool:
  184.     -rm -rf .libs _libs
  185.  
  186. distclean-libtool:
  187.  
  188. maintainer-clean-libtool:
  189.  
  190. simple$(EXEEXT): $(simple_OBJECTS) $(simple_DEPENDENCIES)
  191.     @rm -f simple$(EXEEXT)
  192.     $(LINK) $(simple_LDFLAGS) $(simple_OBJECTS) $(simple_LDADD) $(LIBS)
  193.  
  194. uclpack$(EXEEXT): $(uclpack_OBJECTS) $(uclpack_DEPENDENCIES)
  195.     @rm -f uclpack$(EXEEXT)
  196.     $(LINK) $(uclpack_LDFLAGS) $(uclpack_OBJECTS) $(uclpack_LDADD) $(LIBS)
  197.  
  198. tags: TAGS
  199.  
  200. ID: $(HEADERS) $(SOURCES) $(LISP)
  201.     list='$(SOURCES) $(HEADERS)'; \
  202.     unique=`for i in $$list; do echo $$i; done | \
  203.       awk '    { files[$$0] = 1; } \
  204.            END { for (i in files) print i; }'`; \
  205.     here=`pwd` && cd $(srcdir) \
  206.       && mkid -f$$here/ID $$unique $(LISP)
  207.  
  208. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  209.     tags=; \
  210.     here=`pwd`; \
  211.     list='$(SOURCES) $(HEADERS)'; \
  212.     unique=`for i in $$list; do echo $$i; done | \
  213.       awk '    { files[$$0] = 1; } \
  214.            END { for (i in files) print i; }'`; \
  215.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  216.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  217.  
  218. mostlyclean-tags:
  219.  
  220. clean-tags:
  221.  
  222. distclean-tags:
  223.     -rm -f TAGS ID
  224.  
  225. maintainer-clean-tags:
  226.  
  227. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  228.  
  229. subdir = examples
  230.  
  231. distdir: $(DISTFILES)
  232.     @for file in $(DISTFILES); do \
  233.       d=$(srcdir); \
  234.       if test -d $$d/$$file; then \
  235.         cp -pr $$d/$$file $(distdir)/$$file; \
  236.       else \
  237.         test -f $(distdir)/$$file \
  238.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  239.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  240.       fi; \
  241.     done
  242. simple.o: simple.c ../include/ucl/ucl.h ../include/ucl/uclconf.h \
  243.     ../config.h lutil.h ../include/ucl/uclutil.h
  244. uclpack.o: uclpack.c ../include/ucl/ucl.h ../include/ucl/uclconf.h \
  245.     ../config.h lutil.h ../include/ucl/uclutil.h
  246. upack.o: upack.c ../include/ucl/ucl.h ../include/ucl/uclconf.h \
  247.     ../config.h lutil.h ../include/ucl/uclutil.h
  248.  
  249. info-am:
  250. info: info-am
  251. dvi-am:
  252. dvi: dvi-am
  253. check-am: all-am
  254. check: check-am
  255. installcheck-am:
  256. installcheck: installcheck-am
  257. install-exec-am:
  258. install-exec: install-exec-am
  259.  
  260. install-data-am:
  261. install-data: install-data-am
  262.  
  263. install-am: all-am
  264.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  265. install: install-am
  266. uninstall-am:
  267. uninstall: uninstall-am
  268. all-am: Makefile $(PROGRAMS)
  269. all-redirect: all-am
  270. install-strip:
  271.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  272. installdirs:
  273.  
  274.  
  275. mostlyclean-generic:
  276.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  277.  
  278. clean-generic:
  279.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  280.  
  281. distclean-generic:
  282.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  283.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  284.  
  285. maintainer-clean-generic:
  286. mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
  287.         mostlyclean-libtool mostlyclean-tags \
  288.         mostlyclean-generic
  289.  
  290. mostlyclean: mostlyclean-am
  291.  
  292. clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
  293.         clean-generic mostlyclean-am
  294.  
  295. clean: clean-am
  296.  
  297. distclean-am:  distclean-noinstPROGRAMS distclean-compile \
  298.         distclean-libtool distclean-tags distclean-generic \
  299.         clean-am
  300.     -rm -f libtool
  301.  
  302. distclean: distclean-am
  303.  
  304. maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
  305.         maintainer-clean-compile maintainer-clean-libtool \
  306.         maintainer-clean-tags maintainer-clean-generic \
  307.         distclean-am
  308.     @echo "This command is intended for maintainers to use;"
  309.     @echo "it deletes files that may require special tools to rebuild."
  310.  
  311. maintainer-clean: maintainer-clean-am
  312.  
  313. .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
  314. clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
  315. mostlyclean-compile distclean-compile clean-compile \
  316. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  317. clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
  318. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  319. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  320. install-exec install-data-am install-data install-am install \
  321. uninstall-am uninstall all-redirect all-am all